projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11dd877
)
* lisp/progmodes/ruby-mode.el: Simplify last change, and cleanup code.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Tue, 24 Apr 2012 17:06:12 +0000
(13:06 -0400)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Tue, 24 Apr 2012 17:06:12 +0000
(13:06 -0400)
(ruby-syntax-propertize-regexp): Remove.
(ruby-syntax-propertize-function): Split regexp into chunks.
Match following code directly.
* test/indent/ruby.rb: New file, to test new syntax-propertize code.
test/ChangeLog
patch
|
blob
|
history
diff --git
a/test/ChangeLog
b/test/ChangeLog
index 66f8592c79c03372f0bbadec3a8c40c9b579124a..ff38a8fa9e135a46db6c6c211eaf84ccc0feb6ad 100644
(file)
--- a/
test/ChangeLog
+++ b/
test/ChangeLog
@@
-1,3
+1,7
@@
+2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
+
+ * indent/ruby.rb: New file, to test new syntax-propertize code.
+
2012-04-11 Glenn Morris <rgm@gnu.org>
* automated/vc-bzr.el (vc-bzr-test-faulty-bzr-autoloads): New test.